Method: ImageCoordinate#[]=
- Defined in:
- lib/rimageanalysistools/image_shortcuts.rb
#[]=(dim, value) ⇒ Object
57 58 59 |
# File 'lib/rimageanalysistools/image_shortcuts.rb', line 57 def []=(dim, value) set(Lookups[dim], value) end |